type crypto/hpke.mlkemKEM
11 uses
crypto/hpke (current package)
pq.go#L360: var mlkem768 = &mlkemKEM{
pq.go#L379: var mlkem1024 = &mlkemKEM{
pq.go#L398: type mlkemKEM struct {
pq.go#L406: func (kem *mlkemKEM) ID() uint16 {
pq.go#L410: func (kem *mlkemKEM) encSize() int {
pq.go#L415: kem *mlkemKEM
pq.go#L441: func (kem *mlkemKEM) NewPublicKey(data []byte) (PublicKey, error) {
pq.go#L466: kem *mlkemKEM
pq.go#L492: func (kem *mlkemKEM) GenerateKey() (PrivateKey, error) {
pq.go#L500: func (kem *mlkemKEM) NewPrivateKey(priv []byte) (PrivateKey, error) {
pq.go#L508: func (kem *mlkemKEM) DeriveKeyPair(ikm []byte) (PrivateKey, error) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |